@import url(bootstrap/css/bootstrap.min.css);
@import url(^content-styles.css);
svg.svg-next {
  width: 29px;
  height: 29px;
  fill: #7099a6; }

svg.svg-map {
  width: 50px;
  height: 50px;
  fill: #7099a6; }

svg.svg-email {
  width: 50px;
  height: 50px;
  fill: #7099a6; }

svg.svg-phone {
  width: 50px;
  height: 50px;
  fill: #7099a6; }

svg.svg-pin {
  width: 16px;
  height: 25px;
  fill: #fff; }

svg.svg-women {
  width: 15px;
  height: 25px;
  fill: #e6e7e8; }

svg.svg-men {
  width: 23px;
  height: 23px;
  fill: #e6e7e8; }

svg.svg-check {
  width: 18px;
  height: 18px;
  fill: #fff; }

svg.svg-elink {
  width: 20px;
  height: 24px;
  fill: #7099a6; }

svg.svg-manage {
  width: 379px;
  height: 448px;
  width: 20.30357px;
  height: 24px;
  fill: #757575; }

svg.svg-clone {
  width: 448px;
  height: 448px;
  width: 23px;
  height: 22px;
  fill: #757575; }

svg.svg-delete {
  width: 352px;
  height: 448px;
  width: 18.85714px;
  height: 24px;
  fill: #757575; }

svg.svg-favorite {
  width: 416px;
  height: 448px;
  width: 22.28571px;
  height: 24px;
  fill: #757575; }

svg.svg-no {
  width: 384px;
  height: 448px;
  width: 20.57143px;
  height: 24px;
  fill: #dfe0e1; }

svg.svg-arrowu, svg.svg-arrowd {
  width: 416px;
  height: 448px;
  width: 22.28571px;
  height: 24px;
  fill: #dfe0e1; }

a:focus {
  outline: none;
  text-decoration: none; }

input, textarea, button, select {
  font-size: 1.8em;
  line-height: 1.3em; }

#content .block-1 :first-child {
  margin-top: 0; }

.container {
  width: 100%;
  max-width: 980px;
  min-width: 980px; }

@media handheld, only screen and (min-width: 100px) and (max-width: 990px) {
  .container {
    width: 100%;
    max-width: none;
    min-width: 0; } }
#sidebar img, img.fit {
  width: 100%;
  height: auto; }

#content img.nofit, #content img.nofit, #content img.alignleft, #content img.alignright, #sidebar img.nofit, #sidebar img.nofit, #sidebar img.alignleft, #sidebar img.alignright {
  width: inherit;
  height: inherit; }

#content {
  padding-left: 0;
  padding-right: 0; }

.wysiwyg p img.alignleft {
  float: left;
  padding: 8px 24px 24px 0; }

p a, ul a, ol a {
  color: #7099a6; }

p a:hover, ul a:hover, ol a:hover {
  color: #7099a6;
  text-decoration: underline; }

.h1, .h2, .h3, h1, h2, h3 {
  margin: 0; }

.np {
  padding: 0; }

.npl {
  padding-left: 0; }

.npr {
  padding-right: 0; }

.clear {
  clear: both; }

.ta-center {
  text-align: center; }

/* SLIDER*/
#slider1_container {
  width: 1400px;
  height: 720px;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  margin: 0 auto; }
  #slider1_container > :first-child > :first-child {
    height: 100%; }
  #slider1_container .slides {
    width: 1400px;
    height: 720px;
    cursor: move;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden; }

#slider2_container {
  width: 1194px;
  height: 430px;
  margin: 50px auto;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden; }
  #slider2_container .slide {
    text-align: center;
    border-right: 1px solid #dfe0e1; }
    #slider2_container .slide img {
      margin-bottom: 24px; }
    #slider2_container .slide h2, #slider2_container .slide h3 {
      display: none; }
    #slider2_container .slide p {
      margin-bottom: 40px;
      padding: 0 18px; }
    #slider2_container .slide .button {
      font-size: 1.8em;
      line-height: 1em;
      text-transform: uppercase; }
  #slider2_container .slides {
    width: 1194px;
    height: 430px;
    cursor: move;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden; }

/* Hides input[type=number] up/down buttons */
input[type=number] {
  -moz-appearance: textfield; }

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Remove Silly Chrome Form Styles */
:focus, input, textarea, option {
  outline: none; }

/* Form Elements */
input, input[type=text], input[type=email], input[type=number], textarea, select, #addressInput {
  width: 100%;
  border: 1px solid #dfe0e1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0px;
  padding: 10px 14px;
  float: none;
  font-size: 30px; }

textarea {
  height: 180px; }

input[type=text]:focus, input[type=email]:focus, input[type=number]:focus, textarea:focus {
  border-color: #BDBDBD; }

#content .form {
  background: #f7f7f7;
  border-top: 2px solid #03566d;
  border-bottom: 1px solid #dfe0e1;
  padding: 24px 12px;
  margin-bottom: 50px; }
  #content .form p {
    font-weight: 400;
    margin-bottom: 0; }
  #content .form .search {
    width: 50%;
    position: relative; }
    #content .form .search input[type=text] {
      padding: 8px 12px;
      color: #dfe0e1; }
    #content .form .search svg {
      width: 21px;
      height: 21px;
      display: block;
      position: absolute;
      top: 13px;
      right: 31px; }

#content .form .search input[type=text]:focus, #header .search input[type=text]:focus {
  color: #231f20; }

#content .form.ng label {
  font-size: 1.6em;
  line-height: 1.2em;
  font-weight: 400;
  margin-bottom: 24px; }
  #content .form.ng label span {
    display: block;
    margin-bottom: 6px; }
#content .form.ng .button {
  width: 200px;
  background: #599267;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  border: none;
  padding: 14px 44px;
  font-size: 1.8em;
  line-height: 1em;
  color: #fff;
  display: block;
  float: left;
  margin: 10px auto; }

span.place {
  display: none; }

/* ### GRAVITY FORMS ### */
#content .gform_wrapper, .gform_wrapper {
  width: 85%;
  /* input list */
  /* input label attributes */
  /* submit button */ }
  #content .gform_wrapper ul, .gform_wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #content .gform_wrapper ul li, .gform_wrapper ul li {
      margin-bottom: 16px; }
  #content .gform_wrapper .top_label .gfield_label, .gform_wrapper .top_label .gfield_label {
    font-weight: 400;
    margin-bottom: 4px;
    display: block; }
  #content .gform_wrapper .gform_footer, .gform_wrapper .gform_footer {
    clear: both;
    text-align: center; }
  #content .gform_wrapper .button, .gform_wrapper .button {
    width: 160px;
    background: #454545;
    color: #fff;
    text-transform: uppercase;
    border: none;
    padding: 18px 0;
    font-size: 1.8em;
    line-height: 1em;
    color: #fff;
    font-weight: 300;
    display: inline-block;
    float: left;
    margin: 10px 0; }
  #content .gform_wrapper .button:hover, .gform_wrapper .button:hover {
    background: #7099a6;
    color: #fff; }
  #content .gform_wrapper .gfield_required, .gform_wrapper .gfield_required {
    color: #DB0008;
    padding-left: 4px; }
  #content .gform_wrapper .validation_error, .gform_wrapper .validation_error {
    background: #DB0008;
    padding: 18px 24px;
    margin: 0 0 20px;
    font-size: 1.6em;
    line-height: 1.6em;
    color: #fff; }
  #content .gform_wrapper .gfield_error input, #content .gform_wrapper .gfield_error textarea, .gform_wrapper .gfield_error input, .gform_wrapper .gfield_error textarea {
    border-color: #DB0008; }
  #content .gform_wrapper .validation_message, .gform_wrapper .validation_message {
    color: #DB0008;
    padding-top: 6px; }
  #content .gform_wrapper img.gform_ajax_spinner, .gform_wrapper img.gform_ajax_spinner {
    width: 20px;
    padding: 6px 16px;
    display: none; }
  #content .gform_wrapper .ginput_container, .gform_wrapper .ginput_container {
    line-height: 0; }

.gform_confirmation_wrapper {
  font-size: 1.5em;
  border: 1px solid #009E06;
  padding: 18px 24px;
  color: #009E06; }

/* ### MARKETO FORMS ### */
hr {
  border-color: #dfe0e1;
  clear: both; }

/* BUTTON CSS */
.button {
  display: block;
  margin: 0 auto;
  padding: 11px 24px;
  float: left;
  border: 1px solid #7099a6;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  font-size: 1.8em;
  line-height: 1em;
  color: #fff;
  font-weight: 600;
  background: #7099a6; }

.button:hover {
  background: #fff;
  color: #7099a6;
  text-decoration: none;
  border-color: #7099a6; }

.button.center {
  display: inline-block;
  float: none; }

.button.right {
  float: right; }

.button.full {
  width: 100%;
  padding-left: 0;
  padding-right: 0; }

.button.reversed, .acf-form-submit .button {
  background: #454545;
  color: #fff; }

.button.yellow, .button.blue, .button.lblue, .button.green {
  background: #feaf00;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  border: none;
  padding: 14px 44px; }
  .button.yellow svg, .button.blue svg, .button.lblue svg, .button.green svg {
    fill: #fff; }

.button.blue {
  background: #03566d; }

.button.lblue {
  background: #599267; }

.button.green {
  background: #8ac632; }

#content .button {
  font-size: 1em; }

/* ## NAV ## */
nav {
  height: 104px;
  position: absolute;
  right: 0;
  top: 0;
  /* PARENT LEVEL */
  /*> ul > :last-child { width:16.67%; }*/ }
  nav a, nav a:hover, nav a:focus, nav a:active {
    display: block;
    text-decoration: none; }
  nav > ul > li {
    display: block;
    float: left;
    list-style: none;
    position: relative; }
  nav ul {
    margin-top: 29px;
    /* CHILDREN LEVEL */
    /*:last-child > ul { left:auto; right:0; }*/ }
    nav ul > li {
      list-style: none;
      position: relative;
      /* Parent Link Styling */ }
      nav ul > li > a {
        height: 44px;
        width: 100%;
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 12px 33px 0;
        font-size: 2em;
        line-height: 1.2em;
        color: #7099a6;
        font-weight: 500; }
    nav ul li > a:hover, nav ul li:hover > a {
      color: #fff;
      background: #7099a6; }
    nav ul li.current > a {
      /*color:$darkgrey; background:$sec;*/ }
    nav ul > :last-child > a {
      border-right: none; }
    nav ul ul {
      width: 200px;
      display: none;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: none;
      position: absolute;
      top: 15px;
      left: 0;
      float: left;
      z-index: 999;
      padding-left: 0;
      /*> :first-child a { padding-top:18px; }
      > :last-child a { padding-bottom:18px; }*/
      /* CHILDREN's CHILDREN LEVEL */ }
      nav ul ul li {
        display: block;
        background: #7099a6;
        border-top: 2px solid #fff; }
        nav ul ul li a {
          height: auto;
          padding: 10px 18px;
          line-height: 1.3em;
          text-align: left;
          border-right: none;
          color: #fff; }
        nav ul ul li a:hover {
          background: #599267; }
      nav ul ul ul {
        display: none;
        left: 240px;
        top: 0; }
    nav ul li:hover > ul {
      display: block; }

/* ## FOOTER ## */
footer {
  height: 86px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 20px;
  border-top: 2px solid #7099a6; }
  footer p {
    font-size: 2em;
    line-height: 1.2em;
    color: #7099a6;
    font-weight: 500;
    text-align: center;
    margin-top: 8px; }

#copy {
  background: #7099a6;
  color: #fff; }
  #copy p {
    font-size: 1.4em;
    padding: 22px 0;
    margin: 0; }
  #copy span {
    padding: 0 12px; }
  #copy a {
    color: #fff; }
  #copy .savage {
    text-align: right; }
    #copy .savage a {
      font-weight: 800; }

/* ## HEADER ## */
html {
  overflow-y: scroll; }

header {
  width: 100%;
  position: fixed;
  z-index: 999; }

header .row {
  height: 50px;
  background: #000;
  position: relative; }
  header .row .nav-click {
    width: 30px;
    height: 24px;
    position: absolute;
    top: 15px;
    left: 20px;
    cursor: pointer; }
    header .row .nav-click samp {
      width: 30px;
      height: 3px;
      display: block;
      margin-bottom: 5px;
      background: #bbb;
      float: right;
      border-radius: 20px; }
  header .row .title {
    color: #fff;
    font-size: 2em;
    position: absolute;
    top: 7px;
    left: 277px; }
  header .row .title.section-0 {
    display: none !important; }
  header .row .nav-click:hover samp {
    background: #7099a6; }
  header .row .pin {
    position: absolute;
    top: 12px;
    left: 68px; }
  header .row .pin:hover svg {
    cursor: pointer;
    fill: #7099a6; }
  header .row .nav-wrap {
    width: 300px;
    padding: 0 30px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #000;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 999;
    display: none; }
  header .row h3 {
    font-size: 2em;
    line-height: 1em;
    color: #fff;
    padding: 16px 0;
    border-bottom: 1px solid #7099a6;
    margin: 0; }
  header .row h3:hover {
    color: #ccc;
    cursor: pointer; }

/* ## NEW ## */
.global-msg {
  background: #b2c4cb;
  text-align: center;
  padding: 2px;
  font-size: 1.2em;
  line-height: 1em;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px; }

.global-msg.icon {
  border-radius: 20px;
  margin: -19px 0 20px; }

#lightboxmini, #lightboxcontact {
  width: 500px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -250px;
  position: fixed;
  z-index: 999;
  background: #fff;
  padding: 25px;
  box-shadow: 0 0 10px -1px rgba(0, 0, 0, 0.8);
  display: none; }
  #lightboxmini label, #lightboxcontact label {
    display: block;
    font-size: 1.7em;
    margin-bottom: 24px; }
    #lightboxmini label input, #lightboxcontact label input {
      font-size: 20px; }
    #lightboxmini label input[type=checkbox], #lightboxcontact label input[type=checkbox] {
      width: auto; }
    #lightboxmini label textarea, #lightboxcontact label textarea {
      height: 80px;
      font-size: 1em; }

#lightboxcontact {
  top: 30px;
  margin: 0 0 30px -250px;
  position: absolute; }
  #lightboxcontact label input, #lightboxcontact label textarea {
    font-size: .9em;
    color: #231f20;
    font-weight: 400; }
  #lightboxcontact p {
    font-size: .9em; }
  #lightboxcontact .cl-tabs {
    margin-bottom: 6px; }
    #lightboxcontact .cl-tabs p {
      display: block;
      float: left;
      border: 1px solid #dfe0e1;
      border-radius: 3px;
      padding: 2px 8px;
      font-size: 1.4em;
      font-weight: 700;
      text-transform: uppercase;
      margin-right: 14px; }
    #lightboxcontact .cl-tabs p.toggled, #lightboxcontact .cl-tabs p:hover {
      color: #fff;
      background: #dfe0e1;
      cursor: pointer; }
  #lightboxcontact .cl-people {
    border: 1px solid #dfe0e1;
    padding: 18px;
    padding-bottom: 0;
    margin-bottom: 24px;
    display: none; }
  #lightboxcontact .cl-people.toggled {
    display: block; }

#lightbox {
  width: 980px;
  top: 30px;
  left: 50%;
  margin-left: -460px;
  position: absolute;
  z-index: 999;
  background: #fff;
  padding: 25px;
  box-shadow: 0 0 10px -1px rgba(0, 0, 0, 0.8); }
  #lightbox .lb-tabs {
    margin: 80px; }
    #lightbox .lb-tabs .tab {
      width: 31.33%;
      text-align: center;
      margin: 1%;
      font-size: 1.6em;
      line-height: 1em;
      color: #d0d0d0;
      font-weight: 700;
      text-transform: uppercase;
      border: 3px dashed #dfe0e1;
      padding: 20px;
      float: left; }
    #lightbox .lb-tabs .tab:hover {
      color: #7099a6;
      border-color: #7099a6;
      cursor: pointer;
      text-decoration: none; }
      #lightbox .lb-tabs .tab:hover svg {
        fill: #7099a6; }
    #lightbox .lb-tabs .tab.divider {
      display: none; }
    #lightbox .lb-tabs .tab.divider.toggled {
      display: block; }
  #lightbox .lb-tabs-content {
    /*#wp-wysiwyg1-editor-tools { display:none; }*/ }
    #lightbox .lb-tabs-content .tab {
      display: none; }
    #lightbox .lb-tabs-content .icons {
      margin-bottom: 30px; }
      #lightbox .lb-tabs-content .icons input {
        display: none; }
    #lightbox .lb-tabs-content label {
      margin-bottom: 0; }
    #lightbox .lb-tabs-content img.icons {
      width: 86px;
      display: block;
      float: left;
      border: 4px solid #fff;
      margin: 4px;
      opacity: .65; }
    #lightbox .lb-tabs-content img.icons:hover, #lightbox .lb-tabs-content img.icons.lb-toggled {
      border-color: #7099a6;
      border-radius: 4px;
      box-shadow: 0 0 6px -1px #848484;
      opacity: 1;
      cursor: pointer; }
    #lightbox .lb-tabs-content img.photos {
      width: 124px;
      display: block;
      float: left;
      border: 4px solid #fff;
      margin: 4px;
      opacity: .65; }
    #lightbox .lb-tabs-content img.photos:hover, #lightbox .lb-tabs-content img.photos.lb-toggled {
      border-color: #7099a6;
      border-radius: 4px;
      box-shadow: 0 0 6px -1px #848484;
      opacity: 1;
      cursor: pointer; }
    #lightbox .lb-tabs-content .content {
      margin-bottom: 30px; }
    #lightbox .lb-tabs-content #wp-wysiwyg1-editor-container {
      border: 1px solid #ccc; }
    #lightbox .lb-tabs-content .lb-tab-photo .button {
      margin: 0 8px 20px 0;
      float: right; }
    #lightbox .lb-tabs-content a.photos {
      width: 145px;
      display: block;
      float: left;
      border: 4px solid #fff;
      margin: 5px; }
      #lightbox .lb-tabs-content a.photos img {
        width: 100%;
        height: auto;
        opacity: .75; }
    #lightbox .lb-tabs-content a.photos:hover {
      border-color: #7099a6;
      border-radius: 4px;
      box-shadow: 0 0 6px -1px #848484; }
      #lightbox .lb-tabs-content a.photos:hover img {
        opacity: 1; }
    #lightbox .lb-tabs-content .sexes, #lightbox .lb-tabs-content .dnd {
      font-size: 1.7em;
      line-height: 1.2em;
      display: none;
      margin-bottom: 30px; }
      #lightbox .lb-tabs-content .sexes label, #lightbox .lb-tabs-content .dnd label {
        padding-right: 20px; }
      #lightbox .lb-tabs-content .sexes input[type=radio], #lightbox .lb-tabs-content .dnd input[type=radio] {
        float: left;
        width: 14px;
        margin-right: 10px; }
    #lightbox .lb-tabs-content .cb-icon, #lightbox .lb-tabs-content .cb-photo {
      display: none; }
  #lightbox a.trash {
    display: block;
    float: right;
    margin-top: 13px;
    display: none; }
  #lightbox a.trash:hover svg {
    fill: #7099a6; }

#lightbox.showeditor .lb-tabs {
  display: none; }
#lightbox.showeditor .lb-tab-content {
  display: block; }

#overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #000;
  opacity: .7;
  z-index: 998; }

#lightbox, #overlay {
  display: none; }

.section {
  opacity: 0; }
  .section > :nth-last-child(3) {
    margin-bottom: 0; }

.edit .ct-hover:hover {
  cursor: pointer;
  outline: 2px solid #7099a6;
  box-shadow: 0 0 2px 2px #000; }

.ct-intro {
  background: #7099a6;
  text-align: center;
  padding: 24px 0 34px; }
  .ct-intro img {
    width: 70%; }
  .ct-intro img.camera {
    width: 40%;
    margin: 40px 0; }

.ct-content-block {
  background: #f1f2f2;
  padding: 20px 24px 2px; }
  .ct-content-block p {
    border-bottom: 0px solid #fff; }
  .ct-content-block :last-child {
    border-bottom: none; }

.live .ct-content-block, .preview-m .ct-content-block {
  margin-bottom: 5px; }

.live .ct-logo-block {
  background: #f1f2f2;
  padding: 0 24px 24px;
  margin: -5px 0 5px; }

.ct-logo-block {
  background: #f1f2f2;
  padding: 20px 24px 20px;
  margin-bottom: 0; }

.ct-photo-block, .ct-logo-block {
  position: relative; }

a.trash-photo {
  display: none;
  position: absolute; }

a.trash-photo:hover svg {
  fill: #7099a6; }

.ct-photo-block:hover a.trash-photo {
  display: block;
  top: 10px;
  right: 10px; }

.ct-logo-block:hover a.trash-photo {
  display: block;
  top: 10px;
  right: 10px; }

.ct-dnd .content-history {
  background: #f1f2f2;
  padding: 24px 30px 2px 80px;
  position: relative; }
  .ct-dnd .content-history .icon {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 26px;
    left: 30px; }

.ct-tabs-head {
  margin: 1.2% 0; }
  .ct-tabs-head .tab {
    width: 49.4%;
    margin-right: 1.2%;
    height: 42px;
    padding: 13px 0 0 54px;
    float: left;
    background: #e6e7e8;
    font-size: 1.7em;
    line-height: 1em;
    color: #fff;
    font-weight: 700;
    position: relative; }
    .ct-tabs-head .tab span {
      width: 42px;
      height: 42px;
      background: #d1d3d4;
      display: block;
      position: absolute;
      top: 0;
      left: 0; }
    .ct-tabs-head .tab span.span-women {
      padding: 10px 0 0 14px; }
    .ct-tabs-head .tab span.span-men {
      padding: 10px 0 0 10px; }
  .ct-tabs-head .tab.tab-m {
    margin-right: 0; }
  .ct-tabs-head .tab.toggled {
    background: #beccd3;
    color: #000; }
    .ct-tabs-head .tab.toggled span {
      background: #000; }
      .ct-tabs-head .tab.toggled span svg {
        fill: #fff; }

.tab-m-wrap {
  display: none; }

.t-bar {
  background: #f1f2f2;
  padding: 10px 20px;
  font-weight: 700; }

.ct-contact .address, .ct-contact .contact-block, .ct-contact .contact-footer {
  margin: 20px; }
.ct-contact .address {
  position: relative; }
  .ct-contact .address a.icon {
    display: block;
    position: absolute;
    top: 20px;
    right: 10px; }
.ct-contact .contact-block {
  padding-bottom: 14px;
  border-bottom: 2px solid #f1f2f2;
  position: relative; }
  .ct-contact .contact-block .content {
    float: left; }
  .ct-contact .contact-block .icons {
    width: 50px;
    float: right;
    margin-right: 12px; }
.ct-contact .contact-footer img {
  width: 70%;
  margin-bottom: 10px; }

.next {
  height: 62px;
  background: #000;
  display: block; }
  .next h2 {
    color: #fff;
    padding: 19px 30px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .next span {
    display: block;
    float: right; }

.next:hover {
  text-decoration: none; }

.magenta {
  color: #e60055; }

/* POPUP */
.spinner, .attachments-browser .media-toolbar, .media-sidebar {
  display: none !important; }

.screen-reader-text {
  position: absolute;
  left: -9000px; }

.media-modal .button {
  float: none; }

/* ## DESKTOP ## */
@media handheld, only screen and (min-width: 980px) {
  #content.live .row {
    background: #7099a6;
    margin-top: 50px;
    /*
    .section-6 {
    	.ct-tabs-head { display:none; }
    	.section-gen-m .ct-dnd { display:block !important; }
    }
    */ }
    #content.live .row #append-intro {
      width: 275px;
      float: left; }
      #content.live .row #append-intro h1 {
        font-size: 2.6em;
        margin-top: 80px; }
    #content.live .row .section {
      width: 705px;
      float: left;
      background: #fff;
      box-shadow: 1px 0 0 1px #fff; }
      #content.live .row .section .ct-photo-block {
        width: 254px;
        position: fixed;
        top: 50px;
        left: 50%;
        margin-left: 236px; }
      #content.live .row .section .ct-content-block, #content.live .row .section .ct-tabs-head, #content.live .row .section .ct-logo-block {
        width: 64%;
        float: left; }
      #content.live .row .section .ct-tabs-head {
        margin: 0 0 .7%; }
      #content.live .row .section .ct-contact .contact-footer img {
        width: 30%; }
    #content.live .row .section.not-dont .section-gen-f, #content.live .row .section.not-dont .section-gen-m {
      width: 350px;
      margin-right: 5px;
      float: left; }
    #content.live .row .section.not-dont .section-gen-m {
      margin-right: 0; }
    #content.live .row .section.ct-dont .ct-tabs-head {
      width: 100%; }
      #content.live .row .section.ct-dont .ct-tabs-head .tab {
        width: 49.6%;
        margin-right: .8%; }
      #content.live .row .section.ct-dont .ct-tabs-head .tab.tab-m {
        margin-right: 0; }
    #content.live .row .section.ct-dont .ct-dnd {
      float: left;
      width: 350px;
      margin: 5px 5px 0 0; }
    #content.live .row .section.ct-dont .section-gen-f :nth-child(1), #content.live .row .section.ct-dont .section-gen-f :nth-child(2), #content.live .row .section.ct-dont .section-gen-m :nth-child(1), #content.live .row .section.ct-dont .section-gen-m :nth-child(2) {
      margin-top: 0; }
    #content.live .row .section.ct-dont .section-gen-f :nth-child(even), #content.live .row .section.ct-dont .section-gen-m :nth-child(even) {
      margin-right: 0; }
    #content.live .row .section.ct-dont .section-gen-f .ct-dnd, #content.live .row .section.ct-dont .section-gen-m .ct-dnd {
      background: #f1f2f2; }
    #content.live .row .next:hover {
      background: #292929;
      cursor: pointer; }
    #content.live .row .tab:hover {
      background: #909090;
      cursor: pointer; }
      #content.live .row .tab:hover span {
        background: #b1b1b1; } }
/* LOGIN FORM */
#content.front #login, #content.front #reset {
  width: 500px;
  font-size: 1.4em;
  line-height: 1.7em;
  font-weight: 600;
  padding: 0 0 24px;
  margin-top: 50px; }
  #content.front #login label, #content.front #reset label {
    display: block;
    margin-bottom: 20px; }
  #content.front #login span.forgot, #content.front #login span.cancel, #content.front #reset span.forgot, #content.front #reset span.cancel {
    display: block;
    margin-bottom: 20px;
    color: #599267;
    text-decoration: underline; }
  #content.front #login span.forgot, #content.front #reset span.forgot {
    display: none; }
  #content.front #login span.forgot:hover, #content.front #login span.cancel:hover, #content.front #reset span.forgot:hover, #content.front #reset span.cancel:hover {
    color: #03566d;
    cursor: pointer; }
  #content.front #login .button.full, #content.front #reset .button.full {
    width: 100%; }
  #content.front #login input[type=checkbox], #content.front #reset input[type=checkbox] {
    width: auto; }
  #content.front #login input[type=text], #content.front #login input[type=password], #content.front #reset input[type=text], #content.front #reset input[type=password] {
    border: 1px solid #dfe0e1;
    clear: both;
    display: block;
    margin-top: 6px;
    padding: 12px 12px; }
#content.front #reset {
  display: none; }
#content.front #reset.block {
  display: block; }
#content.front p.error {
  padding: 12px 20px;
  background: #D00003;
  color: #fff;
  font-size: 1em;
  margin-bottom: 20px; }
#content.front p.success {
  padding: 12px 20px;
  background: #198C00;
  color: #fff;
  font-size: 1em;
  margin-bottom: 20px; }
#content.front .pass-error {
  font-size: 1.8em;
  text-align: center;
  padding-top: 20px;
  display: none; }
  #content.front .pass-error p {
    display: inline; }
#content.front p.error a, #content.front p.success a {
  color: #fff; }
#content.front p.error a:hover, #content.front p.success a:hover {
  opacity: .75; }
#content.front .button.no-mag, #content.front a.no-mag {
  margin-bottom: 0; }

/* ## PORTAL ## */
.edit #front {
  width: 500px;
  width: 380px;
  margin-left: 105px;
  float: left; }
.edit .ct-intro, .edit .ct-contact {
  margin-top: 5px; }

#menu {
  width: 470px;
  width: 380px;
  margin: 5px 0 0 5px;
  padding: 26px 30px;
  float: left;
  background: #353535; }
  #menu h2 {
    border-bottom: 2px solid #7099a6;
    color: #fff;
    padding-bottom: 12px;
    margin-bottom: 16px; }
    #menu h2 li {
      margin: 0; }
  #menu ul {
    list-style: none;
    margin: 0; }
    #menu ul span {
      display: block;
      float: left;
      margin-right: 10px;
      padding-top: 3px; }
    #menu ul span:hover svg {
      fill: #7099a6;
      cursor: pointer; }
    #menu ul a {
      font-size: 1.4em;
      line-height: 1.2em;
      color: #fff;
      padding: 3px 0;
      display: block; }
    #menu ul a:hover {
      text-decoration: none;
      color: #7099a6; }
    #menu ul li samp {
      display: none;
      color: #fff;
      float: left;
      margin-right: 10px;
      font-size: 37px; }
    #menu ul li.current samp {
      display: block; }
  #menu .sections .button {
    display: none;
    font-size: 1.5em;
    border-radius: 3px;
    margin-top: 4px; }
  #menu .menu2 {
    border-top: 2px solid #7099a6;
    margin-top: 30px;
    padding-top: 12px; }

.tabs-placeholder {
  font-size: 1.4em;
  line-height: 1em;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 24px 0;
  background: #7099a6;
  margin-top: 5px; }

.tabs-placeholder.separator {
  margin-top: 0; }

.new-content-block .option {
  width: 20%;
  width: 17%;
  border: 3px dashed #dfe0e1;
  margin: 5px 0;
  padding: 24px;
  cursor: pointer;
  float: left;
  position: relative; }
.new-content-block .new {
  width: 56%;
  width: 62%;
  margin: 5px 2%; }
  .new-content-block .new span {
    width: 100%;
    display: block;
    position: absolute;
    top: 18px;
    left: 0;
    text-align: center;
    font-size: 1.4em;
    line-height: 1em;
    color: #d0d0d0;
    font-weight: 700;
    text-transform: uppercase; }
.new-content-block .up, .new-content-block .down, .new-content-block .no {
  position: relative;
  display: block; }
  .new-content-block .up span, .new-content-block .down span, .new-content-block .no span {
    display: block;
    position: absolute;
    top: 12px;
    left: 36px;
    left: 18px; }
.new-content-block .no span {
  left: 38px;
  left: 20px;
  top: 13px; }
.new-content-block .option:hover {
  border-color: #7099a6; }
  .new-content-block .option:hover span {
    color: #7099a6; }
    .new-content-block .option:hover span svg {
      fill: #7099a6; }
.new-content-block .option.no:hover {
  border-color: #dfe0e1; }
  .new-content-block .option.no:hover span svg {
    fill: #dfe0e1;
    cursor: default; }

#content .upload-buttons {
  margin-bottom: 50px; }
  #content .upload-buttons a {
    display: block;
    float: left;
    margin: 10px 18px 0 0;
    font-size: 1.6em;
    border-radius: 3px; }

#frontend-button {
  display: none; }

.success-imgs img {
  float: left;
  width: 180px;
  height: auto;
  margin: 10px; }

#content.front .header, .p404 .header {
  margin: 70px 0 24px; }
  #content.front .header .logo, .p404 .header .logo {
    width: 250px;
    height: 61px;
    float: left; }
  #content.front .header a, .p404 .header a {
    display: block;
    float: right;
    margin: 10px 0 0 18px;
    font-size: 1.6em;
    border-radius: 3px; }
  #content.front .header a.on, .p404 .header a.on {
    background: #fff;
    color: #7099a6; }
#content.front table, .p404 table {
  width: 100%;
  margin-bottom: 30px; }
  #content.front table td, #content.front table th, .p404 table td, .p404 table th {
    font-size: 1.6em;
    line-height: 1.2em;
    color: #231f20;
    padding: 24px 8px 10px 0;
    position: relative; }
  #content.front table th, .p404 table th {
    border-bottom: 2px solid #231f20; }
  #content.front table td, .p404 table td {
    border-bottom: 1px solid #dfe0e1; }
  #content.front table td.input, .p404 table td.input {
    width: 304px;
    padding: 14px 8px 0 0; }
  #content.front table .save, .p404 table .save {
    display: none; }
  #content.front table tr > :last-child, .p404 table tr > :last-child {
    padding-right: 0; }
#content.front input, .p404 input {
  width: 244px;
  font-size: 1em;
  line-height: 1.2em;
  color: #231f20;
  border: none;
  border-bottom: 1px solid #fff;
  padding-left: 0; }
#content.front input:hover, .p404 input:hover {
  border-bottom-color: #000;
  cursor: pointer; }
#content.front input:focus, .p404 input:focus {
  border-bottom-color: #7099a6;
  cursor: text; }
#content.front .span-check, .p404 .span-check {
  display: none;
  background: #7099a6;
  position: absolute;
  bottom: 0px;
  right: 24px;
  padding: 9px;
  padding-bottom: 6px; }
#content.front .span-check:hover, .p404 .span-check:hover {
  opacity: .65;
  cursor: pointer; }
#content.front .client-link a, .p404 .client-link a {
  display: block;
  position: absolute;
  bottom: 6px;
  left: 0; }
#content.front .client-link a:hover, .p404 .client-link a:hover {
  opacity: .65; }
#content.front .client-manage, .p404 .client-manage {
  width: 120px; }
  #content.front .client-manage a, #content.front .client-manage span.fav, .p404 .client-manage a, .p404 .client-manage span.fav {
    width: 24px;
    display: block;
    position: absolute;
    bottom: 7px;
    left: 0; }
  #content.front .client-manage a.clone, .p404 .client-manage a.clone {
    bottom: 8px;
    left: 48px; }
  #content.front .client-manage a.delete, .p404 .client-manage a.delete {
    bottom: 6px;
    left: 100px; }
  #content.front .client-manage span.fav, .p404 .client-manage span.fav {
    bottom: 7px;
    left: 100px; }
  #content.front .client-manage a:hover svg, .p404 .client-manage a:hover svg {
    fill: #7099a6; }

.p404 h1 {
  color: #000; }

/* ## HOME ## */
#home-fs {
  background: no-repeat center bottom;
  background-size: cover; }
  #home-fs .fresh-wrap {
    text-align: center; }
  #home-fs .fresh {
    height: 184px;
    position: relative;
    padding: 16px 0 0 150px;
    display: inline-block; }
  #home-fs img.fresh-icon {
    position: absolute;
    top: 0;
    left: 0; }
  #home-fs h1 {
    font-size: 7em;
    line-height: 1em;
    color: #7099a6;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: -11px; }
  #home-fs h2 {
    font-size: 3.4em;
    line-height: 1em;
    color: #ed593b;
    font-weight: 800;
    text-transform: uppercase; }
    #home-fs h2 span {
      font-size: 2.06em; }
  #home-fs p {
    font-size: 1.8em;
    line-height: 1.2em;
    font-weight: 800;
    margin-bottom: 30px; }

/* ## PRODUCTS ## */
#product-index {
  width: 70%;
  margin: 80px auto 0;
  text-align: center; }

.circle {
  width: 33%;
  display: inline-block;
  margin-bottom: 50px; }
  .circle a {
    text-align: center;
    display: block; }
    .circle a .zoom-wrap {
      width: 200px;
      height: 200px;
      border: 2px solid #7099a6;
      border-radius: 50%;
      margin-bottom: 20px;
      display: inline-block; }
    .circle a span {
      font-size: 2em;
      line-height: 1em;
      color: #7099a6;
      font-weight: 800;
      text-transform: uppercase;
      display: block; }
  .circle a:hover {
    text-decoration: none; }

.zoom-wrap {
  background: no-repeat center;
  background-size: 100% 100%;
  transition: all .5s ease; }

.gallery-img {
  width: 33.33%;
  float: left;
  position: relative;
  overflow: hidden;
  background: #000; }
  .gallery-img div {
    width: 160%;
    height: 160%;
    position: absolute;
    top: -30%;
    left: -30%; }
  .gallery-img img {
    opacity: 0; }
  .gallery-img span {
    width: 100%;
    display: block;
    font-size: 4em;
    line-height: 1em;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -20px; }

.circle a.r-left:hover .zoom-wrap, .gallery-img.r-left:hover .zoom-wrap, .circle a.r-right:hover .zoom-wrap, .gallery-img.r-right:hover .zoom-wrap {
  -ms-transform: rotate(15deg);
  /* IE 9 */
  -webkit-transform: rotate(15deg);
  /* Safari */
  transform: rotate(15deg); }

.circle a.r-right:hover .zoom-wrap, .gallery-img.r-right:hover .zoom-wrap {
  background-size: 115% 115%;
  -ms-transform: rotate(-15deg);
  /* IE 9 */
  -webkit-transform: rotate(-15deg);
  /* Safari */
  transform: rotate(-15deg); }

.gallery-img.r-left:hover .zoom-wrap, .gallery-img.r-right:hover .zoom-wrap {
  background-size: 125% 125%;
  opacity: .65; }

/* ## CONTENT ## */
.hr-line {
  width: 104px;
  height: 2px;
  background: #7099a6;
  margin: 0 auto 36px;
  clear: both; }

#slogan {
  border-bottom: 1px solid #dfe0e1; }
  #slogan h1 {
    margin: 16px 0 24px; }

.section-flexible hr {
  display: none; }

.section-flexible.border-bottom hr {
  height: 1px;
  display: block;
  background: #dfe0e1;
  border: none;
  margin: 40px 0 0; }

.section-flexible .list {
  margin-bottom: 18px; }
  .section-flexible .list p {
    margin-bottom: 6px; }
    .section-flexible .list p .span-check {
      width: 21px;
      height: 21px;
      background: #7099a6;
      display: block;
      border-radius: 50%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 6px 0 0 3px;
      float: left;
      margin-right: 6px; }
    .section-flexible .list p .svg-check {
      width: 15px;
      height: 11px;
      fill: #fff;
      display: block; }
.section-flexible .green {
  background: #7099a6;
  padding: 24px 28px 1px;
  margin: 40px 0 24px; }
  .section-flexible .green h5 {
    height: 68px;
    margin: 0;
    position: relative;
    padding-left: 90px;
    display: table-cell;
    vertical-align: bottom; }
    .section-flexible .green h5 .span-pickup, .section-flexible .green h5 .span-check {
      position: absolute;
      top: 0;
      left: 0;
      display: block; }
    .section-flexible .green h5 .span-check {
      width: 68px;
      height: 68px;
      background: #fff;
      display: block;
      border-radius: 50%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 18px 0 0 9px; }
    .section-flexible .green h5 .svg-check {
      width: 49px;
      height: 38px;
      fill: #7099a6;
      display: block; }
  .section-flexible .green .space {
    height: 16px; }
  .section-flexible .green h5, .section-flexible .green ul, .section-flexible .green ol, .section-flexible .green p, .section-flexible .green a {
    color: #fff; }
  .section-flexible .green a {
    text-decoration: underline; }

.bio {
  margin-bottom: 30px; }
  .bio h2 {
    margin-bottom: 8px; }

.bullets {
  border-top: 0px solid #dfe0e1;
  padding-top: 0px;
  margin-bottom: 30px; }

.bullet {
  min-height: 16px;
  margin-bottom: 18px;
  position: relative;
  padding-left: 30px;
  padding-left: 40px; }
  .bullet div {
    font-size: 1.6em;
    line-height: 1.3em; }
  .bullet span.svg-arrow-right {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    padding: 1px 0 0 4px;
    background: #231f20;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 6px;
    top: 5px;
    left: 18px; }
    .bullet span.svg-arrow-right svg {
      display: none; }

#titlebar {
  margin-bottom: 40px; }

#content {
  overflow: hidden;
  position: relative; }
  #content .editor-styles {
    margin-bottom: 30px; }
  #content .rhg {
    width: 266px;
    position: absolute;
    top: 114px;
    right: 15px; }
  #content .rhg {
    width: 366px;
    position: absolute;
    top: 74px;
    right: 0; }
  #content #titlebar h1 {
    margin: 0 0 30px; }
  #content #products {
    margin-top: 40px; }
  #content .product-listing .button {
    font-size: 1.8em; }
  #content .product-listing .p12 .content {
    border-top: 1px solid #dfe0e1;
    padding-top: 40px; }
  #content .product-listing h2 {
    float: left;
    font-size: 3em;
    line-height: 1.2em;
    margin-top: 0;
    padding-top: 8px; }
  #content .product-listing p {
    margin-bottom: 0; }
  #content .gallery {
    margin-top: 12px; }
    #content .gallery h3 {
      margin-bottom: 18px; }
  #content .walld {
    margin: 40px 0 20px; }

.home #content {
  overflow: visible; }

#contact-form {
  background: url(contact.jpg) no-repeat center;
  background-size: cover;
  padding: 90px 0 60px; }
  #contact-form h3 {
    margin-top: 0; }

/* ## SERVICES ## */
#services-1 .title {
  position: relative;
  padding-left: 86px; }
  #services-1 .title span.span-media {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
#services-1 h2 {
  font-size: 8em;
  color: #454545;
  text-transform: uppercase;
  margin-top: 0; }
#services-1 .content {
  padding: 20px 80px 0;
  padding-bottom: 0;
  text-align: center; }
  #services-1 .content h3 {
    margin: 0 0 10px;
    font-size: 3.6em; }
  #services-1 .content .button {
    font-size: 2.4em;
    font-weight: 300; }

/* ## ACCORDION ## */
.accordian-container {
  margin-bottom: 50px; }

h2.accordion-title {
  margin: 10px 0 0;
  font-size: 3.8em; }

h3.accordion-title {
  cursor: pointer;
  margin-bottom: 0; }
  h3.accordion-title span {
    padding-right: 14px; }

h3.accordion-title:hover svg {
  fill: #7099a6; }

.accordion-content {
  display: none;
  padding: 20px 0 10px; }
  .accordion-content ul {
    margin-top: 0; }
  .accordion-content :last-child {
    margin-bottom: 0; }

.accordion-content.has-icon {
  padding-left: 0; }

/* ## TEAM ## */
#content .team {
  width: 960px;
  padding: 30px 50px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: .9em;
  line-height: 1.2em; }
  #content .team div {
    margin-bottom: 20px; }

/* ## CLIENTS ## */
.gallery .logo {
  height: 200px;
  display: block;
  margin-bottom: 30px; }
.gallery samp {
  height: 100%;
  outline: 1px solid #dfe0e1;
  padding: 20px;
  display: block; }
.gallery span {
  height: 100%;
  display: block;
  background: no-repeat center;
  background-size: contain; }
.gallery a:hover samp {
  outline-color: #7099a6; }

.slick-slider {
  margin-bottom: 0; }

.home .gallery {
  margin: 10px auto 6px; }
  .home .gallery .logo {
    height: 100px;
    margin-bottom: 0; }
  .home .gallery samp {
    outline: none; }

/* ## BLOG ## */
#blog-wrap .posts {
  border-right: 1px solid #dfe0e1;
  margin-bottom: 80px;
  padding-right: 34px;
  position: relative; }
  #blog-wrap .posts .hider {
    width: 1px;
    height: 44px;
    position: absolute;
    top: 0;
    right: -1px;
    background: #fff; }
#blog-wrap .h1, #blog-wrap h1, #blog-wrap h2 {
  font-size: 2.6em;
  line-height: 1.3em;
  color: #231f20;
  font-weight: 700;
  display: block; }

.blog-entry {
  margin-bottom: 80px; }
  .blog-entry :first-child {
    margin-top: 0; }
  .blog-entry p.meta {
    font-size: 1.8em;
    line-height: 1.2em;
    margin-bottom: 4px; }
  .blog-entry a.rm {
    color: #231f20;
    text-decoration: underline; }
  .blog-entry img.feature {
    margin-bottom: 30px; }
  .blog-entry .blog-content {
    position: relative;
    padding-left: 100px; }
    .blog-entry .blog-content .date {
      width: 70px;
      height: 54px;
      background: #808080;
      color: #fff;
      text-align: center;
      padding: 8px 0;
      position: absolute;
      top: 4px;
      left: 0; }
      .blog-entry .blog-content .date span.day {
        display: block;
        font-size: 3em;
        font-weight: 500;
        padding-bottom: 7px; }
      .blog-entry .blog-content .date span.mo-ye {
        display: block;
        font-size: 1.2em; }
    .blog-entry .blog-content .content h3 a {
      color: #231f20; }

/* ## SIDEBAR ## */
#sidebar .archives ul {
  margin: 0;
  /*border-left:1px solid $border; min-height:400px; padding:0 0 100px 20px;*/
  padding-left: 30px;
  /*list-style:none; */ }
  #sidebar .archives ul li {
    padding-bottom: 6px; }
  #sidebar .archives ul > :last-child {
    border-bottom: none; }
#sidebar .archives a {
  color: #231f20; }
#sidebar .side-1 {
  text-align: center;
  border-bottom: 1px solid #dfe0e1;
  margin-bottom: 20px;
  padding-bottom: 40px; }
  #sidebar .side-1 h2 {
    font-size: 2.4em;
    line-height: 1.3em;
    color: #7099a6;
    font-weight: 700; }
  #sidebar .side-1 img {
    width: 80%;
    padding: 0 9% 24px; }
  #sidebar .side-1 a {
    text-transform: uppercase; }
#sidebar .side-2 h2 {
  font-size: 2em;
  line-height: 1.3em;
  color: #231f20;
  font-weight: 700; }
  #sidebar .side-2 h2 a {
    color: #231f20; }
#sidebar .side-2 p.meta {
  color: #7099a6;
  margin-bottom: 0;
  font-weight: 500; }

/* TABS */
#content .jQtabs .tab {
  background: #f2f3f3;
  border: 1px solid #dfe0e1;
  border-left-width: 0;
  font-size: 1.5em;
  line-height: 1em;
  color: #231f20;
  font-weight: 700;
  text-transform: uppercase;
  float: left;
  padding: 17px 30px;
  letter-spacing: 1px; }
#content .jQtabs > :first-child {
  border-left-width: 1px; }
#content .jQtabs .tab:hover {
  background: #dfe0e1;
  cursor: pointer; }
#content .jQtabs .tab.toggled {
  border-bottom: none;
  padding-bottom: 18px;
  background: #fff; }
#content .jQtabs .tab-content {
  display: none;
  padding-top: 30px;
  border-top: 1px solid #dfe0e1;
  margin-top: -1px; }
  #content .jQtabs .tab-content .one {
    width: 40%;
    float: left;
    padding-right: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    #content .jQtabs .tab-content .one p {
      margin-bottom: 0; }
  #content .jQtabs .tab-content .two {
    width: 60%;
    float: left; }
    #content .jQtabs .tab-content .two ul {
      list-style: none;
      margin: 0; }
      #content .jQtabs .tab-content .two ul .din strong {
        font-size: 2em;
        letter-spacing: 1px; }
      #content .jQtabs .tab-content .two ul ul {
        list-style: disc;
        margin: 10px 0 30px 40px; }
      #content .jQtabs .tab-content .two ul a.file {
        text-transform: uppercase;
        text-decoration: underline; }
#content .jQtabs .tab-content.toggled {
  display: block; }
#content .jQtabs .tab-3-c .two ul li ul li :last-child {
  display: none; }

/* THUMBNAIL LIST */
.thumbs a, #content .thumbs a {
  display: block;
  margin-bottom: 40px; }
  .thumbs a h3, #content .thumbs a h3 {
    font-size: 2em;
    line-height: 1.2em;
    color: #599267;
    font-weight: 400;
    margin: 10px 0 0; }

/* SIDEBAR */
#sidebar {
  position: relative; }

#blog-bg {
  display: block;
  position: absolute;
  top: -75px;
  left: -60px; }

#blog-bg:hover {
  opacity: .8; }

.spinner {
  width: 40px;
  height: 40px;
  background-color: #fff;
  margin: 300px auto;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out; }

@-webkit-keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }
@keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
body, #main-nav a {
  -webkit-text-size-adjust: none; }

#mobile-nav {
  display: none; }

/* ## HOME FATURE ## */
@media handheld, only screen and (min-width: 769px) and (max-height: 870px) {
  #home-1 .logo {
    padding: 30px;
    margin-bottom: 20px; }
  #home-1 svg.svg-logo {
    width: 156px;
    height: 145.71429px; }
  #home-1 h1 {
    font-size: 6.5em;
    line-height: 1.2em;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px; }
  #home-1 a {
    font-size: 2.4em;
    line-height: 1em;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    padding: 20px 50px; } }
@media handheld, only screen and (min-width: 769px) and (max-height: 800px) {
  #home-1 .logo {
    padding: 30px;
    margin-bottom: 20px; }
  #home-1 svg.svg-logo {
    width: 142px;
    height: 132.63736px; }
  #home-1 h1 {
    font-size: 5.7em;
    line-height: 1.2em;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px; }
  #home-1 a {
    font-size: 2.2em;
    line-height: 1em;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    padding: 20px 45px; } }
@media handheld, only screen and (min-width: 769px) and (max-height: 750px) {
  #home-1 .logo {
    padding: 28px;
    margin-bottom: 20px; }
  #home-1 svg.svg-logo {
    width: 128px;
    height: 119.56044px; }
  #home-1 h1 {
    font-size: 5em;
    line-height: 1.2em;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px; }
  #home-1 a {
    font-size: 2em;
    line-height: 1em;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    padding: 18px 40px; } }
@media handheld, only screen and (min-width: 769px) and (max-height: 690px) {
  #home-1 .logo {
    padding: 22px;
    margin-bottom: 18px; }
  #home-1 svg.svg-logo {
    width: 108px;
    height: 100.87912px; }
  #home-1 h1 {
    font-size: 4.2em;
    line-height: 1.2em;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 18px; }
  #home-1 a {
    font-size: 1.8em;
    line-height: 1em;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    padding: 16px 30px; } }
/* Mobile */
.mobile {
  display: none !important; }

input[type=text], input[type=number], input[type=email], input[type=submit] {
  -webkit-appearance: none; }

@media handheld, only screen and (max-width: 768px) {
  .desktop {
    display: none !important; }

  .mobile {
    display: block !important; }

  #mobile-wrap {
    overflow: hidden; }
    #mobile-wrap #mobile-toggle {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: transparent;
      z-index: 999;
      display: none; }

  #mob-header {
    width: 100%;
    height: 68px;
    padding: 20px 15px;
    background: #7099a6;
    border-bottom: 0 solid #ccc;
    position: fixed;
    z-index: 9999; }
    #mob-header .pin {
      position: absolute;
      top: 22px;
      left: 17px; }
    #mob-header .title {
      font-size: 2.1em;
      line-height: 1.2em;
      color: #fff;
      text-align: center; }
    #mob-header .title.section-0 {
      display: none; }
    #mob-header #nav-click {
      width: 30px;
      height: 24px;
      position: absolute;
      top: 24px;
      right: 15px;
      cursor: pointer;
      opacity: .5; }
      #mob-header #nav-click samp {
        display: block;
        width: 30px;
        height: 3px;
        margin-bottom: 5px;
        background: #fff;
        float: right;
        border-radius: 20px; }

  #content-wrap {
    margin-top: 68px; }

  #mobile-nav {
    width: 100%;
    padding: 40px 15px;
    padding-left: 86px;
    background: #231f20;
    position: absolute;
    z-index: -1;
    min-height: 100%;
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    #mobile-nav #mn-1 {
      margin-bottom: 24px; }
      #mobile-nav #mn-1 h3 {
        font-size: 2em;
        line-height: 1em;
        color: #fff;
        padding: 16px 0;
        border-bottom: 1px solid #7099a6;
        margin: 0; }

  /* ## START MOBILE ## */
  .button {
    font-size: 1.6em;
    padding: 18px 24px; }

  #home-1 {
    padding-bottom: 80px; }
    #home-1 .logo {
      padding: 22px;
      margin-bottom: 18px; }
    #home-1 svg.svg-logo {
      width: 108px;
      height: 100.87912px; }
    #home-1 h1 {
      font-size: 4.2em;
      line-height: 1.2em;
      color: #fff;
      text-transform: uppercase;
      margin-bottom: 18px; }
    #home-1 a {
      font-size: 1.8em;
      line-height: 1em;
      color: #fff;
      font-weight: 400;
      text-transform: uppercase;
      padding: 16px 30px; }

  #header-title {
    margin-top: 0; }

  #home-2 {
    margin: 40px 0; }
    #home-2 h2 {
      font-size: 3.4em; }
    #home-2 h4 {
      font-size: 2.6em; }

  #home-3 .content h2, #home-4 .content h2 {
    font-size: 3.4em; }
    #home-3 .content h2 br, #home-4 .content h2 br {
      display: none; }

  #home-blog {
    padding-top: 0; }

  #content .gform_wrapper, .gform_wrapper {
    width: 100%; }

  .bio {
    margin-bottom: 50px; }
    .bio h2.heading {
      margin-top: 20px; }

  footer {
    padding: 20px 0; }
    footer .services {
      margin-bottom: 30px; }
    footer .news {
      padding: 0 15px; }
    footer .contact .content {
      padding: 0; }
    footer .col-sm-4 {
      margin-bottom: 30px; }

  #copy p {
    width: 100%;
    text-align: center; }

  #sidebar .side-1 {
    border-top: 1px solid #dfe0e1;
    padding-top: 30px; }

  footer .svg-logo, footer .wysiwyg {
    margin-bottom: 30px; }
  footer input {
    margin-bottom: 20px; }

  #header-title .col-lg-12 h1 {
    font-size: 3.5em;
    padding: 45px 0 35px; }

  .wysiwyg #locations h3 {
    text-align: center; } }
